home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
photo.dxr
/
00052.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
393 b
|
30 lines
global img, m1
on mouseEnter
if img = 1 then
cursor([121, 122])
end if
end
on mouseLeave
if img = 1 then
cursor(-1)
end if
end
on mouseDown
end
on mouseUp
img = 0
if img = 0 then
cursor(-1)
repeat with pp = 43 to 44
sprite(pp).visible = 0
end repeat
sprite(45).member = member(26, "pp")
set the member of sprite 46 to 49
m1()
end if
end